go/types.Checker.implements (method)
7 uses
go/types (current package)
api_predicates.go#L63: return (*Checker)(nil).implements(V, T, false, nil)
api_predicates.go#L71: return (*Checker)(nil).implements(V, T, true, nil)
instantiate.go#L223: if !check.implements(targs[i], bound, true, &cause) {
instantiate.go#L236: func (check *Checker) implements(V, T Type, constraint bool, cause *string) bool {
lookup.go#L571: return check.implements(T, V, false, cause)
operand.go#L364: if check.implements(V, T, false, cause) {
operand.go#L379: if check.implements(T, V, false, nil) {